This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gmourier
added
Draft
Feature specification is in draft state. Summary and Motivation parts need to be written.
v0.30
Q4:2022
labels
Oct 18, 2022
6 tasks
gmourier
force-pushed
the
release-v0.30.0
branch
from
October 18, 2022 22:35
2a87aa4
to
10a0d34
Compare
gmourier
added
Ready For Review
Feature specification must be reviewed.
In Progress
Feature specification is in elaboration. Important changes can still occurs in the specification.
and removed
Draft
Feature specification is in draft state. Summary and Motivation parts need to be written.
Ready For Review
Feature specification must be reviewed.
labels
Oct 19, 2022
gmourier
added
Ready For Review
Feature specification must be reviewed.
and removed
In Progress
Feature specification is in elaboration. Important changes can still occurs in the specification.
labels
Oct 19, 2022
curquiza
suggested changes
Oct 20, 2022
Co-authored-by: Clémentine Urquizar - curqui <[email protected]>
Co-authored-by: Clémentine Urquizar - curqui <[email protected]>
Co-authored-by: Clémentine Urquizar - curqui <[email protected]>
Co-authored-by: Clémentine Urquizar - curqui <[email protected]>
Co-authored-by: Clémentine Urquizar - curqui <[email protected]>
@irevoire I've added the telemetry changes |
1 task
curquiza
approved these changes
Nov 7, 2022
Co-authored-by: Clémentine Urquizar - curqui <[email protected]>
irevoire
suggested changes
Nov 14, 2022
Co-authored-by: Tamo <[email protected]>
Co-authored-by: Tamo <[email protected]>
Co-authored-by: Tamo <[email protected]>
gmourier
added
Implemented
Feature specification has been implemented.
and removed
Ready For Review
Feature specification must be reviewed.
labels
Nov 29, 2022
gmourier
added a commit
that referenced
this pull request
Nov 29, 2022
* Bump Meilisearch OpenAPI spec to v0.30.0 * Compression Headers (#178) * Start specification * Rename spec file * Rephrase summary * Rephrase receiving a compressed response section * Add links to RFC9910 * Introduce missing_master_key error (#179) * Update error message (#180) * Specify the error variant (#181) * replaces 127.0.0.1 by localhost (#184) * Configuration File Support (#185) * init spec file * Fill-in spec * Fix typing errors * adds errors case * Update text/0185-configuration-file.md Co-authored-by: Clémentine Urquizar - curqui <[email protected]> * Replace config file by configuration file in the error message * Update text/0185-configuration-file.md Co-authored-by: Clémentine Urquizar - curqui <[email protected]> * Update text/0185-configuration-file.md Co-authored-by: Clémentine Urquizar - curqui <[email protected]> * Update text/0185-configuration-file.md Co-authored-by: Clémentine Urquizar - curqui <[email protected]> * Update text/0185-configuration-file.md Co-authored-by: Clémentine Urquizar - curqui <[email protected]> * Add infos.with_configuration_file to telemetry-policies * Update text/0185-configuration-file.md Co-authored-by: Clémentine Urquizar - curqui <[email protected]> * Update text/0185-configuration-file.md Co-authored-by: Tamo <[email protected]> * Update text/0185-configuration-file.md Co-authored-by: Tamo <[email protected]> * Update text/0185-configuration-file.md Co-authored-by: Tamo <[email protected]> Co-authored-by: Clémentine Urquizar - curqui <[email protected]> Co-authored-by: Tamo <[email protected]> * Telemetry - Missing events and options (#186) * wip spec changes * update telemetry * add missing property to the full properties table * Update text/0034-telemetry-policies.md Co-authored-by: Tamo <[email protected]> * Update text/0034-telemetry-policies.md Co-authored-by: Tamo <[email protected]> * Add distrinct_attribute.set property, Task Seen becomes an aggregated event, add missing sub settings properties to Settings Updated event * Add requests.total_received property to Tasks Seen event * add missing ranking rules metrics * Update text/0034-telemetry-policies.md Co-authored-by: Tamo <[email protected]> * Update text/0034-telemetry-policies.md Co-authored-by: Tamo <[email protected]> * Update text/0034-telemetry-policies.md Co-authored-by: Tamo <[email protected]> * Precise max-index-size option (#187) * Tasks API - Rename `receivedDocumentsIds` by `providedIds` (#188) * Rename receivedDocumentsIds by matchedDocuments * Update open-api.yaml Co-authored-by: Clément Renault <[email protected]> * Update open-api.yaml Co-authored-by: Clément Renault <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Clément Renault <[email protected]> * Add missing env vars, brings consistency (#190) * Swap Indexes API (#192) * Add new spec file as draft file * Add specification file * update spec * draft open-api.yml changes * Add errors * fix typos * Add Indexes Swapped event * duplicate_index_found is synchronous * Apply suggestions from code review Co-authored-by: Clémentine Urquizar - curqui <[email protected]> * Add review suggestions * Precis mention for tasks indexUid target swap in the history * Update open-api.yaml Co-authored-by: Clément Renault <[email protected]> * Update open-api.yaml Co-authored-by: Clément Renault <[email protected]> * Update open-api.yaml Co-authored-by: Clément Renault <[email protected]> * Update text/0061-error-format-and-definitions.md Co-authored-by: Clément Renault <[email protected]> * Update text/0191-swap-indexes-api.md Co-authored-by: Clément Renault <[email protected]> Co-authored-by: Clémentine Urquizar - curqui <[email protected]> Co-authored-by: Clément Renault <[email protected]> * Add snapshotCreation as a new task type to make it visible in the task history (#193) * Tasks API - Add task priority order section (#194) * Add 2.1 Task Priority section * Precise other tasks priority ordering * Search API - Page Selection Component (#196) * Search API - numbered pagination * Improve numbered pagination explaination * Update text/0118-search-api.md * Update text/0118-search-api.md * Apply suggestions from code review * Add links * Update open api * Add a dot at the end of the title * Fix links * Improve page and hitsperpage query params * Refactor pagination guide * Fix wording * Add corner case * Update open-api.yaml Co-authored-by: Guillaume Mourier <[email protected]> * Update open-api.yaml Co-authored-by: Guillaume Mourier <[email protected]> * Update open-api.yaml Co-authored-by: Guillaume Mourier <[email protected]> * Apply wording changes from code review Co-authored-by: Guillaume Mourier <[email protected]> * Apply suggestions from code review Co-authored-by: Guillaume Mourier <[email protected]> Co-authored-by: Bruno Casali <[email protected]> * Fix example * Apply suggestions from code review Co-authored-by: Guillaume Mourier <[email protected]> * Update open-api.yaml * Update text/0118-search-api.md * Update links * Add link to maxtotalhits * Update text/0118-search-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Improve message in page reference * Update text/0118-search-api.md Co-authored-by: Many the fish <[email protected]> * Add telemetry to know the most used search results navigation methods in a batch * Update text/0118-search-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0118-search-api.md Co-authored-by: Guillaume Mourier <[email protected]> Co-authored-by: Guillaume Mourier <[email protected]> Co-authored-by: Bruno Casali <[email protected]> Co-authored-by: Many the fish <[email protected]> * Tasks API - Add task cancelation capability (#195) * Add cancel to task spec * Remove missing error * Fix typo on cancels * Fix IndexUid always null * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Add canceledBy and missing_filters error * Merge 11.1 filter iwth get and 11.2 filter with post * Specified every date filter * Change uid as integer and not as string * Add auto-batching and error * Add new route task/cancel api-key * Add global task note * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Guillaume Mourier <[email protected]> * Update text/0061-error-format-and-definitions.md Co-authored-by: Guillaume Mourier <[email protected]> * Modification due to review * Modification due to review * Modification due to review * Modification due to review * Fix global task link * Fix format link * Add open-api modification * Remove trailing space * Add clarification * Add errors definition * Update open-api.yml * fix task uid query parameter name * Fix collission between url path and query parameters * fmt open-api.yml * Add telemetry details * Add 202_taskCancelation example * Update originalQuery to originalFilters and update missing_task_filter to missing_task_filters * matchedTasks is computed when the task is enqueued * Apply suggestions from code review Co-authored-by: cvermand <[email protected]> * Apply suggestions from code review Co-authored-by: cvermand <[email protected]> * Recall explanation for filter query parameter and mentions that limit and from are valid on * Fix typo in property name * Update query paramters name and related error codes when invalid * Fix missing part of error msg * Precise valid date formats * Add supported format for date filters in open-api.yml * Update open-api.yaml Co-authored-by: Clément Renault <[email protected]> * Update text/0060-tasks-api.md Co-authored-by: Clément Renault <[email protected]> * fix typo * Update open-api.yaml Co-authored-by: Clément Renault <[email protected]> * Update text/0060-tasks-api.md * Update text/0060-tasks-api.md * Tasks API - Add task deletion capability (#198) * Describes task deletion feature additions * Update open-api.yml * Update telemetry-policies * Update originalQuery to originalFilters * Follow title structure * Introduce review feedback * Branch the right components * Update text/0060-tasks-api.md Co-authored-by: Clément Renault <[email protected]> Co-authored-by: Clément Renault <[email protected]> Co-authored-by: Guillaume Mourier <[email protected]> Co-authored-by: cvermand <[email protected]> Co-authored-by: Clément Renault <[email protected]> * Update the dump support table with the dumpv6 (#199) * Settings API - Specify handling of null values when patching settings (#202) * Specify behavior when patching a setting with partial values and null values. - Partial value: the setting is unchanged. - null value: the setting is reset to default. * Settings: Update error messages to accept the null value * Add missing task types * Add canceledTasks details Co-authored-by: Clémentine Urquizar - curqui <[email protected]> Co-authored-by: Tamo <[email protected]> Co-authored-by: Clément Renault <[email protected]> Co-authored-by: cvermand <[email protected]> Co-authored-by: Bruno Casali <[email protected]> Co-authored-by: Many the fish <[email protected]> Co-authored-by: Amélie <[email protected]> Co-authored-by: Louis Dureuil <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Implemented
Feature specification has been implemented.
Q4:2022
Telemetry
Update the telemetry collect.
v0.30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Meilisearch options can be defined in a
.toml
configuration file being loaded at launch.Teams can easily version, track, and share configuration files. It makes it easier to learn about the different options available and to define at a glance how Meilisearch is configured.
A default config file is defined as
config.toml
and is retrieved by Meilisearch by default in its current working directory.The current consistency rule is that all environment variables and launch options are configurable by a dedicated key in the configuration file.
Configuration keys are named following the
snake_case
convention from the name of a CLI option. That is,--import-dump
must be namedimport_dump
within the configuration file.There is an exception rule. The
config_file_path
key is not accepted in the configuration file and stops Meilisearch from being launched if specified.Changes
MEILI_CONFIG_FILE_PATH
env var--config-file-path
CLI option0185-configuration-file.md
specification fileinfos.with_configuration_file
telemetryOut Of Scope
N/A
Attention To Reviewers
n/a
Misc